home *** CD-ROM | disk | FTP | other *** search
-
- #import <appkit/appkit.h>
- #import <misckit/MiscInspector.h>
-
-
- @interface StyleInspector:MiscInspector
- {
- id parentEnding;
- id nodeEnding;
- id form;
- id outline;
- id fillColor;
- id textColor;
- id outlineColor;
- id outlinewidth;
- }
-
- - init;
- - (BOOL)wantsButtons;
- - (BOOL)doesHandleSelection;
- - ok:sender;
- - revert:sender;
- - changeParentEnding:sender;
- - changeNodeEnding:sender;
- - changeForm:sender;
- - changeOutline:sender;
- - changeFillColor:sender;
- - changeTextColor:sender;
- - changeOutlineColor:sender;
- - changeOutlinewidth:sender;
-
- @end
-